I want to add this date to DateTimeOriginal so I run exiftool -DateTimeOriginal=FileModifyDate /path-to/IMG.jpg Code Select Expand Warning: Invalid date/time.
Find images in a directory that don't have a DateTimeOriginal. exiftool -filename -filemodifydate -createdate -r -if '(not $datetimeoriginal) and $filetype eq ...
You have the correct command to get the DateTimeOriginal tag from a file ( exiftool -DateTimeOriginal file.jpg ). But you say you are getting a list of ...
When using Phil Harvey's Exiftool version 12.31 on Windows, the DateTimeOriginal field is returning numbers, which seems to be an HEX value, but it's too big ...